home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmListAddItems.z / XmListAddItems
Text File  |  1998-10-30  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmLLLLiiiissssttttAAAAddddddddIIIItttteeeemmmmssss((((3333XXXX))))        UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV        XXXXmmmmLLLLiiiissssttttAAAAddddddddIIIItttteeeemmmmssss((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmLLLLiiiissssttttAAAAddddddddIIIItttteeeemmmmssss - A List function that adds items to the list
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           #include <Xm/List.h>
  13.           vvvvooooiiiidddd XXXXmmmmLLLLiiiissssttttAAAAddddddddIIIItttteeeemmmmssss(
  14.           WWWWiiiiddddggggeeeetttt wwwwiiiiddddggggeeeetttt,
  15.           XXXXmmmmSSSSttttrrrriiiinnnngggg ****iiiitttteeeemmmmssss,
  16.           iiiinnnntttt iiiitttteeeemmmm____ccccoooouuuunnnntttt,
  17.           iiiinnnntttt ppppoooossssiiiittttiiiioooonnnn);
  18.  
  19.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  20.           This page documents Motif 2.1.
  21.  
  22.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.           XXXXmmmmLLLLiiiissssttttAAAAddddddddIIIItttteeeemmmmssss adds the specified items to the list at the
  24.           given position.  The first _i_t_e_m__c_o_u_n_t items of the _i_t_e_m_s
  25.           array are added to the list.  When the items are inserted
  26.           into the list, they are compared with the current
  27.           XXXXmmmmNNNNsssseeeelllleeeecccctttteeeeddddIIIItttteeeemmmmssss list.  If any of the new items matches an
  28.           item on the selected list, it appears selected.
  29.  
  30.           _w_i_d_g_e_t    Specifies the ID of the List to which an item is
  31.                     added.
  32.  
  33.           _i_t_e_m_s     Specifies a pointer to the items to be added to
  34.                     the list.
  35.  
  36.           _i_t_e_m__c_o_u_n_t
  37.                     Specifies the number of items in _i_t_e_m_s.  This
  38.                     number must be nonnegative.
  39.  
  40.           _p_o_s_i_t_i_o_n  Specifies the position of the first new item in
  41.                     the list.  A value of 1 makes the first new item
  42.                     the first item in the list; a value of 2 makes it
  43.                     the second item; and so on.  A value of 0 (zero)
  44.                     makes the first new item follow the last item in
  45.                     the list.
  46.  
  47.           For a complete definition of List and its associated
  48.           resources, see XXXXmmmmLLLLiiiisssstttt(3).
  49.  
  50.      RRRREEEELLLLAAAATTTTEEEEDDDD
  51.           XXXXmmmmLLLLiiiisssstttt(3).
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.